kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Throwable
/
Throwable
Throwable
fun
Throwable
(
message
:
String
?
)
Content copied to clipboard
fun
Throwable
(
cause
:
Throwable
?
)
Content copied to clipboard
fun
Throwable
(
)
Content copied to clipboard
fun
Throwable
(
message
:
String
?
,
cause
:
Throwable
?
)
Content copied to clipboard
Parameters
message
the detail message string.
cause
the cause of this throwable.